a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}
body {
    background-color: rgb(44, 44, 44);
    font-family: "Roboto", sans-serif;
}
p {
    text-shadow: 2px 2px 0px #383838;
    font-size: 16px;
    color: rgb(256, 256, 256);
    text-align: center;
}
h1 {
    color: #ff9700;
    font-size: 32pt;
    text-shadow: 4px 4px 0px #383838;
    font-weight: bold;
    text-align: center;
    font-family: title;
}

h2 {
    color: rgb(192, 192, 192);
    text-shadow: 1px 1px 0px #383838;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

table {
    border-spacing: 0px;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    background-color: transparent;
}

th {
    text-align: center;
    color: rgb(192, 192, 192);
    font-size: 22px;
    border: 3px solid rgb(44, 44, 44);
}
td {
    text-align: center;
    color: rgb(256, 256, 256);
    font-size: 20px;
    border: 3px solid rgb(44, 44, 44);
}
#footer {
    text-align: center;
    background-color: rgb(44, 44, 44);
    padding: 4px 2px;
    margin-top: 20px;
}

#icons {
    font-size: 25px;
    color: #ffda20;
}

#copyright:before {
    color: rgb(192, 192, 192);
    font-size: 15px;
    content: "© 2023 InterPup";
}

#footer-links {
    margin-top: 2px;
    color: rgb(256, 256, 256);
    font-size: 18px;
}

.social-icons {
    margin: 0 auto;
    text-align: center;
}
.social-icons li {
    display: inline-block;
    list-style-type: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.social-icons li a {
    border-bottom: none;
}
.social-icons li img {
    width: 40px;
    height: 40px;
    margin-right: 2px;
    margin-left: 2px;
}

.banner {
    background-image: url("https://img.cdn.soy/ip/backgroundf.png");
    background-color: rgb(105, 105, 105);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slogan {
    color: #ff9700;
    font-size: 16pt;
    text-shadow: 4px 4px 0px #383838;
    font-weight: bold;
    text-align: center;
}

.ad {
    font-size: 1pt;
}

/*Icon Fix*/
ul {
    padding-inline-start: 0px;
}

/* YouTube Embed */
.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container iframe,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.video-wrap {
    width: 100%;
    max-width: 850px;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100pt;
    width: 100pt;

    margin: 35px auto 20px;
    border-radius: 50%;
}

.ca {
    text-shadow: 2px 2px 0px #383838;
    font-size: 10px;
    color: #ffda20;
    text-align: center;
}

#page-container {
    position: relative;
    min-height: 1vh;
}

#content-wrap {
    padding-bottom: 2.5rem; /* Footer height */
}

#footer-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem; /* Footer height */
}

/*Dropdown*/

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: Transparent;
    color: #ffda20;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 20px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {
    background-color: Transparent;
    outline: none;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: Transparent;
    outline: none;
}

.page-background {
    background-image: url("https://img.cdn.soy/ip/backgroundf.png");
}

.what-email {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@font-face {
    font-family: title;
    src: url(https://font.cdn.soy/excluded.ttf);
}
.center_image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.grid-container {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    
    padding: 25px;
  }
  .grid-item {
font-size: 30px;
text-align: center;
padding: 20px;}


.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));

grid-gap: 10px;
margin: 10px;
}


.cell {
font-size: 30px;
padding: 20px;
}